Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix konnect cleanup #6666

Merged
merged 1 commit into from
Nov 13, 2024
Merged

chore: fix konnect cleanup #6666

merged 1 commit into from
Nov 13, 2024

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Nov 13, 2024

What this PR does / why we need it:

Due to Kong/sdk-konnect-go#20 we need to set the URL for each operation that would hit the global endpoint. Otherwise we will get it overwritten with prod's global endpoint which we do not want.

Broke on CI: https://github.com/Kong/kubernetes-ingress-controller/actions/runs/11819442161/job/32929360130#step:4:2832

@pmalek pmalek added the area/maintenance Cleanup, refactoring, and other maintenance improvements that don't change functionality. label Nov 13, 2024
@pmalek pmalek self-assigned this Nov 13, 2024
@pmalek pmalek requested a review from a team as a code owner November 13, 2024 14:52
@pmalek pmalek enabled auto-merge (squash) November 13, 2024 14:52
@pmalek pmalek force-pushed the fix-konnect-cleanup branch from 811f862 to c1c59bf Compare November 13, 2024 15:03
@pmalek pmalek force-pushed the fix-konnect-cleanup branch from c1c59bf to 0140da1 Compare November 13, 2024 15:14
@czeslavo
Copy link
Contributor

The compilation problem was caused by concurrent merges of two last PRs. Fix: #6667

@pmalek pmalek force-pushed the fix-konnect-cleanup branch from 0140da1 to 8165ba7 Compare November 13, 2024 16:46
Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.1%. Comparing base (565eb08) to head (8165ba7).
Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #6666     +/-   ##
=======================================
+ Coverage   77.6%   79.1%   +1.4%     
=======================================
  Files        201     202      +1     
  Lines      23766   23748     -18     
=======================================
+ Hits       18456   18790    +334     
+ Misses      4359    4000    -359     
- Partials     951     958      +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pmalek pmalek merged commit b2672dc into main Nov 13, 2024
42 checks passed
@pmalek pmalek deleted the fix-konnect-cleanup branch November 13, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/maintenance Cleanup, refactoring, and other maintenance improvements that don't change functionality. size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants